home *** CD-ROM | disk | FTP | other *** search
-
- /*
- (C) 1999 AROS - The Amiga Research OS
- $Id: rtunlockprefs.c,v 1.5 2000/12/15 20:43:35 stegerg Exp $
-
- Desc:
- Lang: English
- */
-
- #include <exec/types.h>
- #include <proto/exec.h>
- #include <proto/reqtools.h>
- #include <proto/intuition.h>
- #include <exec/libraries.h>
- #include <exec/memory.h>
- #include <aros/libcall.h>
- #include "reqtools_intern.h"
-
- /*****************************************************************************
-
- NAME */
-
- AROS_LH0(VOID, rtUnlockPrefs,
-
- /* SYNOPSIS */
-
- /* LOCATION */
-
- struct ReqToolsBase *, ReqToolsBase, 29, ReqTools)
-
- /* FUNCTION
-
- INPUTS
-
- RESULT
-
- NOTES
-
- EXAMPLE
-
- BUGS
-
- SEE ALSO
-
- rtLockPrefs()
-
- INTERNALS
-
- HISTORY
-
- ******************************************************************************/
- {
- AROS_LIBFUNC_INIT
-
- RTFuncs_UnlockPrefs(ReqToolsBase);
-
- AROS_LIBFUNC_EXIT
-
- } /* rtUnlockPrefs */
-